CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Huffman tree

搜索资源列表

  1. Huffman-tree-application-yang

    0下载:
  2. 哈夫曼树,讲课比赛课件,供大家参考,倾力奉献-Huffman tree, lectures competition courseware for your reference, dedicated effort
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:166014
    • 提供者:耿淑娟
  1. huffman-tree

    0下载:
  2. 数据结构实验,C语言写的哈夫曼树编码器和译码器-Experimental data structures, C language to write the Huffman tree encoder and decoder
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:245965
    • 提供者:德曼
  1. Huffman-tree

    0下载:
  2. 利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1347
    • 提供者:Loben
  1. huffman-tree

    0下载:
  2. 赫夫曼树的c++程序,适用于本科c++初学者-huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:38227
    • 提供者:丁辰
  1. huffman-tree

    0下载:
  2. 该小程序的功能是输入权值,构造哈夫曼树,并在构造的过程中将各权值进行哈弗曼编码,并且具有一定的判断功能-The program function is to input the right values, construct the Huffman tree , and constructed during the weight Hafu Man coding and judgment
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1209
    • 提供者:樊璐
  1. Huffman-tree-coding

    0下载:
  2. 这是一个有关于哈夫曼树编码,用C编写的一个程序-This is a Huffman tree code, written in C program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1382
    • 提供者:哈达
  1. Huffman-Tree-Compression-Software

    0下载:
  2. 一个简单的Huffman树的压缩软件的程序,可以把字母压缩为01串,也可以解压缩。-A simple Huffman tree compression software program, the letters can be compressed to 01 strings, you can also decompress.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:12832
    • 提供者:李玟
  1. Huffman-tree

    0下载:
  2. 根据严蔚敏的《数据结构》一书中的赫夫曼树算法实现的代码c-Huffman tree code c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:916123
    • 提供者:christy9088
  1. huffman-tree

    0下载:
  2. 数据结构,树,哈弗曼树。带权路径长度最小的二叉树-Data structures, trees, Huffman tree. Minimum weighted path length binary tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1351
    • 提供者:TKD
  1. Huffman-Tree

    0下载:
  2. 该程序主要演示哈夫曼树在双工通道之间信息传递的过程和计算机进行的数据转换-The procedure demonstrated Huffman tree in a duplex channel information transfer between the process and the computer data conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4752679
    • 提供者:傅子铭
  1. Huffman-tree

    0下载:
  2. 在数据结构中哈夫曼树是重要的数据结构,尤其是在通信编码中发挥着重要的作用,该文件包含两种计算哈夫曼树权值的方法,一种是先将权值排序,存放在链表中,每次从链表中取出前两个结点,计算其和,再将和插入到链表的适当位置上;另一种方法是使用Hash。-In Huffman tree data structure is an important data structure, especially plays an important role in the communication encoding,
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:175289
    • 提供者:张稳龙
  1. Huffman-tree

    0下载:
  2. 哈夫曼树的构建,遍历,编码,及求加权路径,代码简单修改方便-Construction, Huffman tree traversal, coding, and compute the weighted path, code simple and easy to modify
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:343878
    • 提供者:铁鸟
  1. Compression-based-on-Huffman-tree

    0下载:
  2. 基于霍夫曼树编码的英文文本压缩,包括原创代码+技术文档+测试用例-English Text Compression Based on Huffman Tree,included original codes+technical report+some test data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:793872
    • 提供者:曾淼
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. Huffman-tree

    0下载:
  2. 构造赫夫曼树,赫夫曼编码,赫夫曼译码,赫夫曼压缩。-Huffman tree structure, Huffman coding, Huffman coding, Huffman compression.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:195455
    • 提供者:康飞
  1. HUFFMAN-TREE

    0下载:
  2. 霍夫曼树前缀 中缀 后缀查找和遍历 还有插入-Huffman tree preorder inorder scan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1350
    • 提供者:洪毅恺
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1697792
    • 提供者:岚爻
  1. Huffman树

    0下载:
  2. huffman树的建立及编码,真的是恩生命的看到(Establishment and coding of Huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:糖糖糖DDD
  1. Huffman树

    1下载:
  2. 数据结构中的huffman树,构建一个Huffman树,并实现huffman编码和译码。(building a huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:1208320
    • 提供者:柯西柯西
  1. huffman

    0下载:
  2. 基于赫夫曼树的压缩算法 二进制读入文件,对txt有较好压缩效果,而对MP4、pdf等已经被处理过的文件格式效果不不明显。但是是初学者很好的学习资料。(The compression algorithm based on Huffman tree Binary read into the file, TXT has a better compression effect, and MP4, PDF has been processed file format effect is not not
  3. 所属分类:压缩解压

    • 发布日期:2018-01-08
    • 文件大小:783360
    • 提供者:絮缘
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com